home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / batchlrn.arc / AUTO-4.HLP < prev    next >
Text File  |  1991-06-17  |  4KB  |  70 lines

  1. ECHO OFF         [we always start with lines 1 & 2
  2. CLS              together.Li.2 clears scr clutter]
  3. SCRNCOLR 03      [this is a color scrn code for a TM pgm]
  4. ECHO    ▒▒                 [these space out the screen]             ▒▒
  5. ECHO     ▓▓                [designs are from ascii char]            ▓▓
  6. ECHO      ▒▒             [for brevity we dropped li.7-14]          ▒▒
  7. SCRNCOLR O3              [this causes the scrn to flash]
  8. ECHO       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. SCRNCOLR 03             [there are twenty color codes]
  10. ECHO [msg.] TIMEMASTER(tm) Software Program(s)----VERSION 4.1F (c)1986
  11. ECHO       ....Copyright(c)1986»»»Timemaster Corporation of America«««
  12. DATE [we like to check
  13. TIME  both time & date]
  14. CAPS  [a TM resident program]
  15. SCRNCOLR O3
  16. BUGLE [a little sound to keep things interesting]
  17. PROMPT $p$g$e  [this is the short one. See TMPROMPT.LRN this disk]
  18. PATH \;\DOS;\BATCH;\DESKMATE  [same as #21, See TMPATH, also type:PATH]
  19. SCRNSAVE [TM Program to save your scrn from "burn"!]
  20. ECHO                                  **  [series of spacers]
  21. ECHO                                  **  [type first line,ret.,thenF3
  22. ECHO                                  **   ret., to save on work!]
  23. ECHO         ▓▓                                                 ▓▓
  24. ECHO        ▒▒   P-A-T-H-S & P-R-O-M-P-T-S  I-N-S-T-A-L-L-E-D    ▒▒
  25. ECHO       ▓▓                                                     ▓▓
  26. ECHO      ▒▒      R-O-O-T  P-R-O-G-R-A-M-S  I-N-S-T-A-L-L-E-D      ▒▒
  27. ECHO     ▓▓                                                         ▓▓
  28. ECHO    ▒▒       C-A-P-S  I-N-D-I-C-A-T-O-R  I-N-S-T-A-L-L-E-D       ▒▒
  29. ECHO     ▓▓                                                         ▓▓
  30. ECHO      ▒▒       N-U-M  L-O-C-K  F-L-A-G  I-N-S-T-A-L-L-E-D      ▒▒
  31. ECHO       ▓▓                                                     ▓▓
  32. ECHO        ▒▒    P-C  W-I-N-D-O-W  C-O-M-I-N-G  U-P-  N-E-X-T   ▒▒
  33. ECHO         ▓▓                                                 ▓▓
  34. ECHO                      **  [art work & messages]
  35. ECHO                      **
  36. ECHO               ╔▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓╗
  37. ECHO               ║▒*▒*▒*▒*▒*▒  W-E-L-C-O-M-E  ▒*▒*▒*▒*▒*▒║
  38. ECHO               ║*▒*▒*▒*▒*▒*       T O       *▒*▒*▒*▒*▒*║
  39. ECHO               ║▒*▒*▒*▒*▒*▒      T H E      ▒*▒*▒*▒*▒*▒║
  40. ECHO               ║*▒*▒*▒*▒*▒*    W O R L D    *▒*▒*▒*▒*▒*║
  41. ECHO               ║▒*▒*▒*▒*▒*▒       O F       ▒*▒*▒*▒*▒*▒║
  42. ECHO               ║ » » » » T I M E M A S T E R ! ! « « « ║
  43. ECHO               ╚▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓╝
  44. SCRNCOLR 03
  45. JOLLY  [more music to work by!]
  46. CLS    [keep that scrn clutter down!]
  47. SCRNCOLR O3
  48. ECHO        ╔═════════════════════════════════════════════════════╗
  49. ECHO [msgs.]║...Now, let's get down to some TIMEMASTER business...║
  50. ECHO        ╚═════════════════════════════════════════════════════╝
  51. ECHO    ┌─────────────────────────────────────────────────────────────┐
  52. ECHO    │..EXCUSE US A MOMENT while»»TIMEMASTER««installs PC-WINDOW...│
  53. ECHO    └─────────────────────────────────────────────────────────────┘
  54. PCWINDOW /M [installing a shareware program as memory resident]
  55. ECHO   You
  56. ECHO     │
  57. ECHO     will
  58. ECHO        │
  59. ECHO        now
  60. ECHO          │
  61. ECHO          move
  62. ECHO             │
  63. ECHO             to
  64. ECHO              │     ╔▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓╗
  65. ECHO              the...║▒*▒*▒*▒*▒ »»»TIMEMASTER(tm)MENU(c)««« ▒*▒*▒*▒║
  66. ECHO                    ╚▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓*▓╝
  67. CLS
  68. TYPE MENU.DOC [you can see it on this disk!{in INFO\sd}]
  69. READER:Once you've analyzed you're ready for BATDO! Let's GO TO WORK!
  70.